type github.com/jackc/pgx/v5/pgtype.wrapFloat64EncodePlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L1486: 		return &wrapFloat64EncodePlan{}, float64Wrapper(value), true
		pgtype.go#L1626: type wrapFloat64EncodePlan struct {
		pgtype.go#L1630: func (plan *wrapFloat64EncodePlan) SetNext(next EncodePlan) { plan.next = next }
		pgtype.go#L1632: func (plan *wrapFloat64EncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {